home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / XAMPP 1.4.14 / xampp-win32-1.4.14-installer.exe / xampp / php / pear / ziplib / changelog.txt < prev    next >
Text File  |  2004-08-29  |  676b  |  21 lines

  1. 0.4
  2. * Added support for decoding dostime (experimental)
  3. * Added support for BZip compression
  4.  
  5. 0.3.1
  6. * Removed debugging information causing zl_file_index to return nothing
  7. * Removed debugging function causing zl_add_file to echo the crc32 of the file
  8. * Decreased the amount of memory nessecary to index a zipfile
  9.  
  10. 0.3
  11. * Changed classes to suit PHP5
  12. * Added experimental (and limited) PKZip file read support
  13.  
  14. 0.2
  15. * Made classes out of the functions, creating more then one zipfile at the time is now possible
  16. * Removed usage of $GLOBALS. instead, use in-class variables
  17.  
  18. 0.1 - First alpha release
  19. * Added support for writing zipfiles
  20. * Added support for DosTime writing
  21.